Skip to main content

Get Tenant Wallet

GET /api/v1/tenants/{tenantId}/wallet

Description

Retrieve the wallet information for a specific tenant.

Path Parameters

NameTypeDescription
tenantIdstringThe ID of the tenant (path)

Request Headers

NameTypeDescription
service-api-keystringThe service API key (header)
service-api-codestringThe service API code (header)

Example

GET /api/v1/tenants/{tenantId}/wallet
service-api-key: string
service-api-code: string
tenantId: string

Response Code: 200 - OK

Description

Successfully retrieved the wallet information for the tenant.

Headers

Content-TypeValue
service-api-key{{serviceApiKey}}
service-api-code{{serviceApiCode}}
tenantId{{tenantId}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/tenants/{tenantId}/wallet \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!